CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 字符串 替换

搜索资源列表

  1. a-check-string-class

    0下载:
  2. 自己写的一个类,实现对字符串的检测。(C++语言) 可以检查字符串是否满足某种指定的类型格式, 指定的类型格式包括整型数、浮点数、布尔型、有特殊要求的字符串等, 同时允许把字符串转换成相应的数据类型, 可用于对用户输入字符串的检验和转换等。 该类允许指定检测哪些内容,如是否超过给定最大值、是否越界等等, 仅用字符串操作来检测,而不是用正则表达式,不过效率蛮高的。 资源中包括使用说明,数个(.h)和(.cpp)文件 在VC6和VS2010上都可调试通过,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:18162
    • 提供者:商城豪
  1. ModifyFile

    0下载:
  2. 文件关于字符串的替换,对整个文件所有的字符串进行替换-Replacement of the file on a string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:5706
    • 提供者:熊敏
  1. FindInAllFiles

    0下载:
  2. 自动查找指定目录下所有子目录,如果文件符合指定扩展名,则确认其中是否含有指定字符串,可以查找或替换。-Automatically find all the subdirectories under the specified directory, which contain the specified string, you can find or replace if the file matches the specified extensions are recognized.
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:4559
    • 提供者:Sean
  1. findreplace

    2下载:
  2. 实现了对文本文件中特定字符和字符串进行查找和替换-Finding and replacing characters or strings can be implemented
  3. 所属分类:matlab

    • 发布日期:2016-04-27
    • 文件大小:3072
    • 提供者:秦俊
  1. KMP_MP

    0下载:
  2. KMP算法实现的字符串查找、替换控制台程序。数据结构必备。-KMP algorithm to achieve the string to find, replace the console program. Data structure is essential.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:38580
    • 提供者:魏翔
  1. ReplaceText

    0下载:
  2. 在文件中实现字符串的替换功能。需要输入四个参数。源文件名,目标文件名,需要替换的子字符串,新的字符串。-String replace function in the file. Need to enter the four parameters. The source file name, the target file name, you need to replace the substring, the new string.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:775
    • 提供者:勇者归来
  1. regexSearch

    0下载:
  2. Java做的文本搜索替换软件源码,可用于在多个文件中普通字符串或正则表达式查找与替换文本,支持多条件查找替换。 -Java text search and replace software source code, can be used for ordinary string in multiple files or regular expression search and replace text, search and replace support many conditions.
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:294898
    • 提供者:张君亭
  1. ResourceConsoleAddin

    0下载:
  2. Microsoft.Net 2008插件,通过插件可以查找解决方案中所有的中文字符串,导出到Excel后进行替换后导入系统,完成系统资源翻译-Microsoft.Net 2008 plug-in, plug-ins can find solutions for all the Chinese string, export to Excel import system, to be replaced after the completion of system resources Translat
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-02
    • 文件大小:501369
    • 提供者:熊伟
  1. hexedit-1.2.10.src

    0下载:
  2. HexEditor 是针对汉化用的十六进制编辑工具。方便的编辑方法,增删字节无需在菜单中处理,只需按文字编辑方式处理即可。编辑器中能够屏蔽所有非 ASCII 字符和控制字符,只剩下了英文字符显示出来。功能强大的全文查找和全文替换,包括标准字符串和 Unicode 字符串的查找和替换(可以不区分大小写)。功能强大的输入功能,支持十六进制码处理和字符输入,字符输入还包括 Unicode 字符的直接输入。无限级的 Undo 与 Redo 功能,令到编辑随时都可以撤回到任何一步。可以选择任何部分的字节经
  3. 所属分类:Driver develop

    • 发布日期:2017-03-26
    • 文件大小:61566
    • 提供者:lanve
  1. vs2005

    0下载:
  2. 在计算机科学中,是指一个用来描述或者匹配一系列符合某个句法规则的字符串的单个字符串。在很多文本编辑器或其他工具里,正则表达式通常被用来检索和/或替换那些符合某个模式的文本内容。许多程序设计语言都支持利用正则表达式进行字符串操作。例如,在Perl中就内建了一个功能强大的正则表达式引擎。正则表达式这个概念最初是由Unix中的工具软件(例如sed和grep)普及开的。正则表达式通常缩写成“regex”,单数有regexp、regex,复数有regexps、regexes、regexen。 -In
  3. 所属分类:.net

    • 发布日期:2017-12-01
    • 文件大小:32700
    • 提供者:育苗
  1. strfindandplace

    0下载:
  2. 实现字符串的查找和替换,可以实现不同长度的字符串-the files could make string check and place
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:503445
    • 提供者:wuchuanhui
  1. kmp

    0下载:
  2. kmp算法,能够读取txt和java文件,进行kmp查找匹配字符串后,可进行替换字符串-kmp algorithm, able to read the txt and java file, kmp find a matching string, the replacement string
  3. 所属分类:Java Develop

    • 发布日期:2017-11-06
    • 文件大小:3238
    • 提供者:吴安峻
  1. tt1

    0下载:
  2. 实现对文本文件中字符串的查找并用指定字符串实现替换-Find and Replace String in Text File
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:106965
    • 提供者:张立健
  1. TraverseTxtFile

    0下载:
  2. 遍历某个目录下的txt文件,并替换其中的某个字符串。-Traverse txt file in a directory, and replace a string.
  3. 所属分类:File Operate

    • 发布日期:2017-11-30
    • 文件大小:70387
    • 提供者:李晓洲
  1. test4

    0下载:
  2. (2)设计: 设计一个字符串处理程序:实现字符串的整体、前缀、后缀比较;子字串定位;数字型字符转化为数字等各种功能。 设计一个正则表达式处理程序:能完成输入字串的处理—(a) 能找出各种表达形式的日期;(b) 能对指定格式的子串进行替换。-(2) design: the design of a string handler: compare the string as a whole, prefixes, suffixes the substring positioning nume
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:4235
    • 提供者:zengshao
  1. replaceSpecStr

    0下载:
  2. 一个小的批处理文件,可以将指定文件中某一个指定字符串全部替换成新的字符串,仅供学习。-You can specify a file and a string which you want to edit,then input a new string to replace the old string.
  3. 所属分类:Shell api

    • 发布日期:2017-11-21
    • 文件大小:708
    • 提供者:garfield
  1. word-bk-v0.8

    0下载:
  2. 能够实现对一个文件夹内,包括在子目录内的word文档进行批量的查找替换操作。 能同时执行多个字符串的查找与操作替换。 附带 对红头文件进行标题的格式替换。-Can be achieved on a file folder, including batch search and replace operations subdirectory within the word document. Can simultaneously perform multiple string search
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:7396
    • 提供者:linwei
  1. JavaTextEdit

    0下载:
  2. java编写的文本编辑器,实现功能:打开保存文件,修改文字字体颜色,查找替换字符串,换行,状态栏行列数显示,等功能。-text editor written in Java, and functions: open the saved file, modify the text font color, find-and-replace strings, newline, the number of rows and columns of the status bar displays, and
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:41882
    • 提供者:xal
  1. TReplaceDialog

    0下载:
  2. Delphi编程,利用TReplaceDialog组件属性实现字符串的查找替换-Delphi programming, to utilize TReplaceDialog component properties string find replace
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:10082
    • 提供者:Wei
  1. myString

    0下载:
  2. 数据结构课程的实验程序:字符串的查找删除替换-Data structures course experimental procedure: delete replace the search string
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:970026
    • 提供者:水水
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com